home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / pdselect / voodoo-x / voodoo-x.history < prev    next >
Text File  |  2000-03-08  |  6KB  |  120 lines

  1.  
  2. Changes for Voodoo-X, Tue/2/Feb/2000 (Most recent versions at the top)
  3.  
  4.  
  5. Voodoo-X 1.1 Release (15.2.2000)
  6. --------------------------------
  7. - First public release.
  8.  
  9.  
  10. Voodoo-X 1.1 BETA 4 (8.2.2000)
  11. ------------------------------
  12. - Implemented support for xvs.library, also added a new menuitem called
  13.   "Check for viruses".
  14. - Added copyright and version information for XVS to the About requesters.
  15. - Added new menuitem "About versions...". This gives version information
  16.   on all currently loaded modules. Also removed old version text from the
  17.   main About requester.
  18. - Added version information on NList and NListview MUI custom classes.
  19. - Updated webpage URL in the About window.
  20. - Fixed the Abort button, when extracting files.
  21. - The progress Abort button should be more responsive now.
  22. - "Copy to..." and "Move to..." file requesters now display the correct
  23.   destination name.
  24. - When extracting the selected entries, the lister follows the selected
  25.   entries by every page, not every entry. This means the lister scolling
  26.   looks nicer and requires less updates.
  27. - Status and information gadget is now cleared when user closes last
  28.   archive.
  29. - Made some minor cosmetic changes.
  30. - When moving archives, Voodoo-X will rename the archive if destination
  31.   file is on the same device.
  32. - muimaster.library was accidentally being opened/closed twice.
  33.  
  34.  
  35. Voodoo-X 1.1 BETA 3 (6.2.2000)
  36. ------------------------------
  37. - Fixed typo in bubble help for the archive path string gadget.
  38. - Change title "Archiver Name" in XAD client info window to "Client name".
  39. - Both the archive and destination ASL popup requesters now record their
  40.   window positions. The current implementations are a bit hacky. :-/
  41. - Voodoo-X no longer tries to extract and view links/dirs (with multiview),
  42.   when the user double clicks on one.
  43. - When the user clicks once on a link entry, the status bar will show the
  44.   real destination of that link.
  45. - Cleaned up some of the code, removed redundant variables, etc.
  46. - Added icon.library and tooltype handling code.
  47. - Added VIEWER tooltype. This parameter allows the user to specify an
  48.   alternative viewer, when double clicking on an entry. If this tooltype
  49.   is not present, then Voodoo-X will default to multiview.
  50. - All XAD error requesters now give more information.
  51. - Progress windows now display the current file being processed.
  52. - Extended (and renamed) Voodoo-X's internal IPC port. It now accepts
  53.   simple commands like iconify, uniconify quit, etc. Also modified main
  54.   event loop to handle quit events.
  55. - The status bar now shows the amount of selected files.
  56. - Added bold text styles to the status bar to make it more readable.
  57. - Menuitem "Select none" now clears the active entry too.
  58. - When a second Voodoo-X process is launched, the screen that the first
  59.   one resides on is brought to front. This avoids confusion.
  60. - Voodoo-X now displays a progress window while sorting/displaying the
  61.   entries of big archives (1000 entries+). This comes in handy when
  62.   processing excessively big archives like HD backups, etc.
  63. - Added "Open..." and "Close" menu items to the "Archive" menu.
  64. - Cleaned up some GUI calls.
  65. - Added XADCF_FILESYSTEM flag recognition the client window, which is new
  66.   for XAD version 5+.
  67. - Added code to make sure the progress window is always the front most
  68.   window, when it has just been opened.
  69.  
  70.  
  71. Voodoo-X 1.1 BETA 2 (4.2.2000)
  72. ------------------------------
  73. - Fixed XAD copyright dates in the About requester.
  74. - Renamed "Save..." menuitem to "Copy to...".
  75. - Added "Move to..." menuitem.
  76. - Added checks for DD and HD ADFs.
  77. - Implemented "Copy to..." and "Move to..." menuitem code.
  78. - Implmented "Clear archive history..." menuitem code.
  79. - Implemented the archive delete code. The menuitem is now called "Delete
  80.   from disk..." and has a new position in the menu.
  81. - Fixed a bug in GUI_Popup() that left intuition.library open if
  82.   muimaster.library was not found on the system.
  83. - Made some cosmetic fixes to the popup help text, file requester titles,
  84.   MUI titles, etc.
  85. - The main lister now shows file comments.
  86. - Added confirm requester to the "Extract all..." menu item.
  87. - Multiple copies of multiview can now be run, at the same time.
  88. - Implemented a more advanced temporary file allocation and removal system.
  89. - Archive extraction now has a progress window.
  90. - Added some overwrite confirm requesters.
  91. - Implemented "Select pattern..." window and it's code.
  92. - Added NList copyright information to the About window.
  93. - Multiview wasn't being launched correctly when Voodoo-X was launched under
  94.   the Workbench's context, since no path was available. Voodoo-X now uses
  95.   wbstart.library (optional) to overcome this. Later versions of Voodoo-X
  96.   will also use workbench.library v44 to do this (that is, when my AmigaDev
  97.   2.1 CD arrives :-).
  98. - Added version information for wbstart.library in the About window. Also
  99.   added copyright information.
  100. - About window was showing wrong revision of muimaster.library.
  101. - Recoded the WB/Shell arg processing.
  102. - Added simple IPC port for transfering args from one Voodoo-X process to
  103.   another. This means there'll always be one Voodoo-X process running to
  104.   avoid confusion.
  105. - Implemented XAD client information window.
  106. - Main lister now identifies and shows links.
  107. - Extract routine will now skip links.
  108. - The load routine will now check to see if an incomming archive is already
  109.   in the archive history list, if so, it will activate that entry instead of
  110.   loading the whole archive from disk again. This prevents useless clones
  111.   filling up the history list.
  112. - Loading archives pops the main Voodoo-X window to front. This comes in
  113.   handy when another Voodoo-X process is transfering it's args to it.
  114.  
  115.  
  116. Voodoo-X 1.1 BETA 1 (27.1.2000)
  117. -------------------------------
  118. - Initial BETA version.
  119.  
  120.